Global Index
HTML5 JS API Index > CSS Object Model Tutorials & Specs

StyleSheet

Extended by CSSStyleSheet

The StyleSheet interface represents an abstract, base style sheet.

Properties
boolean
disabled
The disabled attribute, on getting, must return true if the disabled flag is set, or false otherwise. On setting, the disabled attribute must set the disabled flag if the new value is true, or unset the disabled flag otherwise.
DOMString?
href
The href attribute must return the location.
MediaList
media
The media attribute must return the media.
(Element or ProcessingInstruction)
ownerNode
The ownerNode attribute must return the owner node.
StyleSheet?
parentStyleSheet
The parentStyleSheet attribute must return the parent CSS style sheet.
DOMString?
title
The title attribute must return the title or null if title is the empty string.
DOMString
type
The type attribute must return the type.
Referenced by
LinkStylesheet
StyleSheetListitem(...)